home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-07-14 | 383 b | 18 lines | [TEXT/MPS ] |
-
- on mouseUp
- global A5
- Sorter 1, "A5" -- Initialize that puppy
- if the result is empty then
- Sorter 3, A5, 6 -- Add some numbers to the list
- Sorter 3, A5, 2
- Sorter 3, A5, 9
- Sorter 3, A5, 12
- Sorter 3, A5, 7
- Sorter 4, A5 -- sort them and print them
- Sorter 2, A5 -- Dispose of our data
- else
- put the result
- end if
- end mouseUp
-
-